home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / multi.dir / 00069.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  268 b   |  17 lines

  1. on idle
  2.   if rollOver(5) then
  3.     set the castNum of sprite 5 to 20
  4.   else
  5.     set the castNum of sprite 5 to 18
  6.   end if
  7.   if rollOver(21) then
  8.     set the ink of sprite 22 to 0
  9.   else
  10.     set the ink of sprite 22 to 39
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.